|
LinuxQMISDK
SLQS04.00.27
|
SWI API function prototypes. More...
Go to the source code of this file.
Functions | |
| ULONG | SLQSGetSdkVersion (CHAR **sdkversionpp) |
| ULONG | SLQSSendRawQMI (BYTE *pReqBuf, USHORT service, USHORT length, ULONG timeout, BYTE **ppInParm, USHORT *pParamLength) |
| int | SLQSGetPidof (CHAR *pProcName) |
SWI API function prototypes.
| int SLQSGetPidof | ( | CHAR * | pProcName | ) |
Internal Wrapper function for enabling invocation of SLQS implementation pidof() function
| pProcName[IN] |
|
Copyright: © 2011-2020 Sierra Wireless, Inc. all rights reserved Returns the SDK version string
| ppString[OUT] |
|
| ULONG SLQSSendRawQMI | ( | BYTE * | pReqBuf, |
| USHORT | service, | ||
| USHORT | length, | ||
| ULONG | timeout, | ||
| BYTE ** | ppInParm, | ||
| USHORT * | pParamLength | ||
| ) |
Function designed to accept Raw QMI request parameters, package them up and send them to the modem blocking the caller until a response is received
| pReqBuf[IN] |
|
| service[IN] | -QMI service type for this request |
| length[IN] |
|
| timeout[IN] |
|
| ppInParm[OUT] | -
|
| pParamLength[OUT] |
|